home *** CD-ROM | disk | FTP | other *** search
/ Trading on the Edge / Trading On The Edge - CD-ROM Toolkit (Wayzata Technology)(2031)(1994).bin / pc / mac_file / vendor_d / neuralwa / nw2v50 / rmserobf.iif < prev    next >
Text File  |  1993-08-23  |  1KB  |  41 lines

  1. inst4.1     !Aug 28, 1992
  2. !****************************************************************
  3. !*                                *
  4. !*    Reinforcement RMS Error Objective function            *
  5. !*                                *
  6. !****************************************************************
  7. !
  8.  
  9. @ILdD                !load default instrument
  10. =ITit    "Objective Function"
  11. =IGTy    "Strip"            !Graph Type
  12. =IGVr    "CurErr"        !Variable
  13. =ITTy    "RMS"            !RMS Transformation Type
  14. =ITMd    2            !Component Transformation
  15. =IEpc    1            !RMS over an epoch
  16. =Ihgt    64
  17. =Iwdt    300
  18. #Incl    "outlyset.iif"
  19. =Ivmn    0.0
  20. =Ivmx    f1
  21. -Ivmx    f0
  22. ! Make sure its positive  (square it and take square root)
  23. ^Ivmx    2.0
  24. ^Ivmx    0.5
  25. *Ivmx    0.5
  26. =Ignx    100            !100 graph points
  27. =Inpl    1            !1 plots
  28. ! Note: for reinforcement instruments, epoch instrumenets
  29. ! should only be active during evaluation.
  30. =ILnA    0            !Inactive in Learn
  31. =IRcA    1            !Active in recall
  32. =ILDv    1            !Every 1 iterations
  33. =IPrb    "Output"        !Point to default probe
  34. =ICAc    2            !Obj. func.
  35. =ICTh    0.001            !Convergence Threshold
  36. !Let NeuralWorks figure out where to put instrument
  37. =x    0
  38. =y    0
  39. @IAdd                !Now create instrument
  40.  
  41.